home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / pupworld.swf / scripts / DefineSprite_144 / frame_19 / DoAction.as
Text File  |  2007-09-27  |  141b  |  12 lines

  1. stop();
  2. n = 0;
  3. this.onEnterFrame = function()
  4. {
  5.    n++;
  6.    if(n == 30)
  7.    {
  8.       delete this.onEnterFrame;
  9.       play();
  10.    }
  11. };
  12.